home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / schmdtrp / scheme_d.lha / README < prev   
Encoding:
Internet Message Format  |  1993-07-16  |  1.1 KB

  1. From jaffer@zurich.ai.mit.edu Wed Jan 15 22:26:55 1992
  2. From: jaffer@zurich.ai.mit.edu (Aubrey Jaffer)
  3. Newsgroups: comp.lang.scheme
  4. Subject: Editing Scheme Code
  5. Date: 12 Jan 92 03:56:08 GMT
  6. Distribution: comp
  7. Organization: M.I.T. Artificial Intelligence Lab.
  8.  
  9. I have placed editor packages for editing scheme code and running
  10. scheme processes in a window in two directories accessible via FTP.
  11.  
  12. altdorf.ai.mit.edu:archive/scheme-editor-packages/LISP.E
  13. nexus.yorku.ca:pub/oz/scheme/new/LISP.E
  14.  
  15. is code for lisp-mode in the Epsilon (MSDOS) editor.  It offers
  16. several indentation formats.  Buffers holding files ending in .L,
  17. .LSP, .S, and .SCM are automatically put into lisp-mode.  Support for
  18. tags for Scheme code needs to be written.
  19.  
  20. altdorf.ai.mit.edu:archive/scheme-editor-packages/cmuscheme.el
  21. altdorf.ai.mit.edu:archive/scheme-editor-packages/comint.el
  22. nexus.yorku.ca:pub/oz/scheme/new/cmuscheme.el
  23. nexus.yorku.ca:pub/oz/scheme/new/comint.el
  24.  
  25. contain Gnu Emacs code to run any scheme implementation in a buffer.
  26. Emacs comes with xscheme.el which runs only MIT CScheme in a buffer.
  27.